-
-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update audioplayers to ^6.0.0 in flame_audio #3158
Conversation
I thought there were some breaking changes we had to adhere to, but seemingly not? 🤔 |
I didn't notice any breaking change in flame_audio, but I am getting some conflicts with multiple definitions of the |
Aaah right, that is due to the devtools extension, I'll migrate that when I get home from Google I/O (the name changed in the new version). |
Okay, I'll leave it up to you then. I tried hiding the other definition but now it fails analyze saying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Dart SDK bump should probably preferably be done in a separate PR
Okay, I'll move that change into a separate PR tomorrow |
Moved the dart sdk bump to #3160 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR updates the audioplayers version for flame_audio.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
Closes #3151 and #3157